Scheduler for UWP/WinRT
AddRange(Appointment[]) メソッド

Appointment オブジェクトの配列。
コレクションに Appointment オブジェクトの配列を追加します。このメソッドは、コレクションをクリアしてから新しい項目を追加します。既存の項目を保存する場合はこれを使用しないでください。
構文
'宣言
 
Public Overloads Overrides Sub AddRange( _
   ByVal items() As Appointment _
) 
public override void AddRange( 
   Appointment[] items
)

パラメータ

items
Appointment オブジェクトの配列。
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

AppointmentCollection クラス
AppointmentCollection メンバ
オーバーロード一覧

Send Feedback